Learn R Programming

easyRNASeq (version 2.8.2)

AnnotParam class: Class "AnnotParam"

Description

A class holding all the necessary parameters to retrieve the necessary annotation for processing an RNA-Seq experiment.

Arguments

Objects from the Class

Objects can be created by calls of the form new("AnnotParamCharacter", ...) or new("AnnotParamObject", ...) (both subject to API changes) or using the AnnotParam constructor (failsafe, prefered). The class AnnotParam in itself is virtual and hence cannot be instantiated.

See Also

Examples

Run this code
showClass("AnnotParam")

Run the code above in your browser using DataLab